Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedCollectionBase<TItem> Class / Sort Method / Sort(Int32,Int32,IComparer<TItem>) Method

In This Topic
    Sort(Int32,Int32,IComparer<TItem>) Method
    In This Topic
    Sorts the elements in a range of elements using the specified System.Collections.Generic.IComparer`1.
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer, _
       ByVal comparer As System.Collections.Generic.IComparer(Of TItem) _
    ) 
    public void Sort( 
       System.int index,
       System.int count,
       System.Collections.Generic.IComparer<TItem> comparer
    )

    Parameters

    index
    count
    comparer
    See Also